home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / perlapi.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  26 lines

  1.  
  2.  
  3.  
  4.      PPPPEEEERRRRLLLLAAAAPPPPIIII((((1111))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((RRRReeeelllleeeeaaaasssseeee 0000....0000 PPPPaaaattttcccchhhhlllleeeevvvveeeellll 00000000))))  PPPPEEEERRRRLLLLAAAAPPPPIIII((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           perlapi - Perl 5 application programming interface for C
  10.           extensions
  11.  
  12.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  13.           IIIInnnnttttrrrroooodddduuuuccccttttiiiioooonnnn
  14.  
  15.           XS is a language used to create an extension interface
  16.           between Perl and some C library which one wishes to use with
  17.           Perl.  The XS interface is combined with the library to
  18.           create a new library which can be linked to Perl.  An XXXXSSSSUUUUBBBB
  19.           is a function in the XS language and is the core component
  20.           of the Perl application interface.
  21.  
  22.           The XS compiler is called xxxxssssuuuubbbbpppppppp.  This compiler will embed
  23.           the constructs necessary to let an XSUB, which is really a C
  24.           function in disguise, manipulate Perl values and creates the
  25.           glue necessary to let Perl access the XSUB.  The compiler
  26.           uses ttttyyyyppppeeeemmmmaaaappppssss to determine how to map C fun